home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-09-17 | 928 b | 42 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: Menus.fr
- // Release Version: $ ODF 1 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef FWRESFIL_K
- #include "FWResFil.k"
- #endif
-
- #ifndef DEFINES_K
- #include "Defines.k"
- #endif
-
- #ifndef FWMENUS_FR
- #include "FWMenus.fr"
- #endif
-
- //----------------------------------------------------------------------------
- // Menus
- //----------------------------------------------------------------------------
-
- resource FW_RMenuBar(kMenuBar)
- {
- "About ODFEmbed...",
-
- {
- FW_RPullDownMenu
- (
- "Embed"
- {
- FW_RTextItem(cOneFacet, FW_kNoKeyEquivalent, "One Facet"),
- FW_RTextItem(cFourFacets, FW_kNoKeyEquivalent, "Four Facets")
- FW_RTextItem(cRotateFacets, 'T', "Rotate Facets")
- }
- )
- }
- };
-